[INFO] cloning repository https://github.com/NayemMia01/assignment
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NayemMia01/assignment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNayemMia01%2Fassignment", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNayemMia01%2Fassignment'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2467865cfa2fae34936c583d4167786c37dbb3dc
[INFO] fixing NayemMia01/assignment against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNayemMia01%2Fassignment" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NayemMia01/assignment
[INFO] finished tweaking git repo https://github.com/NayemMia01/assignment
[INFO] tweaked toml for git repo https://github.com/NayemMia01/assignment written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NayemMia01/assignment on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NayemMia01/assignment already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf
[INFO] running `Command { std: "docker" "start" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking assignment v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: `mut` must be followed by a named binding
[INFO] [stdout]   --> src/logger.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `mut` may be followed by `variable` and `variable @ pattern`
[INFO] [stdout] help: remove the `mut` prefix
[INFO] [stdout]    |
[INFO] [stdout] 15 -     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout] 15 +     let lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `mut` must be followed by a named binding
[INFO] [stdout]   --> src/logger.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `mut` may be followed by `variable` and `variable @ pattern`
[INFO] [stdout] help: remove the `mut` prefix
[INFO] [stdout]    |
[INFO] [stdout] 15 -     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout] 15 +     let lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `chrono::local`
[INFO] [stdout]  --> src/logger.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::local;
[INFO] [stdout]   |     ^^^^^^^^-----
[INFO] [stdout]   |             |
[INFO] [stdout]   |             no `local` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 1 - use chrono::local;
[INFO] [stdout] 1 + use chrono::Local;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::write`
[INFO] [stdout]  --> src/logger.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::write;
[INFO] [stdout]   |     ^^^^^^^^^-----
[INFO] [stdout]   |              |
[INFO] [stdout]   |              no `write` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this could be because a macro annotated with `#[macro_export]` will be exported at the root of the crate instead of the module where it is defined
[INFO] [stdout] help: a macro with this name exists at the root of the crate
[INFO] [stdout]   |
[INFO] [stdout] 3 - use std::io::write;
[INFO] [stdout] 3 + use std::write;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `create` in this scope
[INFO] [stdout]  --> src/telemetry.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use create ::logger::log;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `create`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `create`, use `cargo add create` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::mutex`
[INFO] [stdout]  --> src/logger.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^-----
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `mutex` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 4 - use std::sync::mutex;
[INFO] [stdout] 4 + use std::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/telemetry.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::{duration::Duration, Instant};
[INFO] [stdout]   |                 ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `chrono::local`
[INFO] [stdout]  --> src/logger.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use chrono::local;
[INFO] [stdout]   |     ^^^^^^^^-----
[INFO] [stdout]   |             |
[INFO] [stdout]   |             no `local` in the root
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 1 - use chrono::local;
[INFO] [stdout] 1 + use chrono::Local;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::write`
[INFO] [stdout]  --> src/logger.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::io::write;
[INFO] [stdout]   |     ^^^^^^^^^-----
[INFO] [stdout]   |              |
[INFO] [stdout]   |              no `write` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this could be because a macro annotated with `#[macro_export]` will be exported at the root of the crate instead of the module where it is defined
[INFO] [stdout] help: a macro with this name exists at the root of the crate
[INFO] [stdout]   |
[INFO] [stdout] 3 - use std::io::write;
[INFO] [stdout] 3 + use std::write;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `create` in this scope
[INFO] [stdout]  --> src/telemetry.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use create ::logger::log;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `create`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `create`, use `cargo add create` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::mutex`
[INFO] [stdout]  --> src/logger.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^-----
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `mutex` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 4 - use std::sync::mutex;
[INFO] [stdout] 4 + use std::sync::Mutex;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::time::duration`
[INFO] [stdout]  --> src/telemetry.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::time::{duration::Duration, Instant};
[INFO] [stdout]   |                 ^^^^^^^^ could not find `duration` in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Options` in this scope
[INFO] [stdout]  --> src/logger.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named enum `Option` defined here
[INFO] [stdout] help: an enum with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 - static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout] 6 + static LOG_FILE: mutex<Option<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `lock` in this scope
[INFO] [stdout]   --> src/logger.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 |     *lock = Some(file);
[INFO] [stdout]    |      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `srt` in this scope
[INFO] [stdout]   --> src/logger.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn log(tag: &srt, message: &str) {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 - pub fn log(tag: &srt, message: &str) {
[INFO] [stdout] 19 + pub fn log(tag: &str, message: &str) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `some` in this scope
[INFO] [stdout]   --> src/logger.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 |         if let some(ref mut filr) = *lock{
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:605:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named tuple variant `Some` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 -         if let some(ref mut filr) = *lock{
[INFO] [stdout] 26 +         if let Some(ref mut filr) = *lock{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `file`
[INFO] [stdout]   --> src/logger.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let _ = file.write(log_entry.as_bytes());
[INFO] [stdout]    |                     ^^^^ not a value
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 27 -             let _ = file.write(log_entry.as_bytes());
[INFO] [stdout] 27 +             let _ = filr.write(log_entry.as_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Options` in this scope
[INFO] [stdout]  --> src/logger.rs:6:24
[INFO] [stdout]   |
[INFO] [stdout] 6 | static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |                        ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:597:0
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named enum `Option` defined here
[INFO] [stdout] help: an enum with a similar name exists
[INFO] [stdout]   |
[INFO] [stdout] 6 - static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout] 6 + static LOG_FILE: mutex<Option<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `DECODE_DEADLINE_MS` in this scope
[INFO] [stdout]   --> src/telemetry.rs:40:38
[INFO] [stdout]    |
[INFO] [stdout]  5 | const DOCODE_DEADLINE_MS: u64 = 3;
[INFO] [stdout]    | ---------------------------------- similarly named constant `DOCODE_DEADLINE_MS` defined here
[INFO] [stdout] ...
[INFO] [stdout] 40 |                 if decode_duration > DECODE_DEADLINE_MS as u128 {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 40 -                 if decode_duration > DECODE_DEADLINE_MS as u128 {
[INFO] [stdout] 40 +                 if decode_duration > DOCODE_DEADLINE_MS as u128 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `lock` in this scope
[INFO] [stdout]   --> src/logger.rs:16:6
[INFO] [stdout]    |
[INFO] [stdout] 16 |     *lock = Some(file);
[INFO] [stdout]    |      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `DECODE_DEADLINE_MS` in this scope
[INFO] [stdout]   --> src/telemetry.rs:43:42
[INFO] [stdout]    |
[INFO] [stdout]  5 | const DOCODE_DEADLINE_MS: u64 = 3;
[INFO] [stdout]    | ---------------------------------- similarly named constant `DOCODE_DEADLINE_MS` defined here
[INFO] [stdout] ...
[INFO] [stdout] 43 |                         decode_duration, DECODE_DEADLINE_MS, src
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 43 -                         decode_duration, DECODE_DEADLINE_MS, src
[INFO] [stdout] 43 +                         decode_duration, DOCODE_DEADLINE_MS, src
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `srt` in this scope
[INFO] [stdout]   --> src/logger.rs:19:18
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn log(tag: &srt, message: &str) {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a builtin type with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 19 - pub fn log(tag: &srt, message: &str) {
[INFO] [stdout] 19 + pub fn log(tag: &str, message: &str) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `some` in this scope
[INFO] [stdout]   --> src/logger.rs:26:16
[INFO] [stdout]    |
[INFO] [stdout] 26 |         if let some(ref mut filr) = *lock{
[INFO] [stdout]    |                ^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/option.rs:605:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named tuple variant `Some` defined here
[INFO] [stdout] help: a tuple variant with a similar name exists (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 -         if let some(ref mut filr) = *lock{
[INFO] [stdout] 26 +         if let Some(ref mut filr) = *lock{
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found macro `file`
[INFO] [stdout]   --> src/logger.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |             let _ = file.write(log_entry.as_bytes());
[INFO] [stdout]    |                     ^^^^ not a value
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 27 -             let _ = file.write(log_entry.as_bytes());
[INFO] [stdout] 27 +             let _ = filr.write(log_entry.as_bytes());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `DECODE_DEADLINE_MS` in this scope
[INFO] [stdout]   --> src/telemetry.rs:40:38
[INFO] [stdout]    |
[INFO] [stdout]  5 | const DOCODE_DEADLINE_MS: u64 = 3;
[INFO] [stdout]    | ---------------------------------- similarly named constant `DOCODE_DEADLINE_MS` defined here
[INFO] [stdout] ...
[INFO] [stdout] 40 |                 if decode_duration > DECODE_DEADLINE_MS as u128 {
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 40 -                 if decode_duration > DECODE_DEADLINE_MS as u128 {
[INFO] [stdout] 40 +                 if decode_duration > DOCODE_DEADLINE_MS as u128 {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `DECODE_DEADLINE_MS` in this scope
[INFO] [stdout]   --> src/telemetry.rs:43:42
[INFO] [stdout]    |
[INFO] [stdout]  5 | const DOCODE_DEADLINE_MS: u64 = 3;
[INFO] [stdout]    | ---------------------------------- similarly named constant `DOCODE_DEADLINE_MS` defined here
[INFO] [stdout] ...
[INFO] [stdout] 43 |                         decode_duration, DECODE_DEADLINE_MS, src
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 43 -                         decode_duration, DECODE_DEADLINE_MS, src
[INFO] [stdout] 43 +                         decode_duration, DOCODE_DEADLINE_MS, src
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `assignment`
[INFO] [stdout]  --> src/main.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod telemetry;
[INFO] [stdout]   |               ^ consider adding a `main` function to `src/main.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mutes` in this scope
[INFO] [stdout]  --> src/logger.rs:6:50
[INFO] [stdout]   |
[INFO] [stdout] 6 | static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |                                                  ^^^^^ use of unresolved module or unlinked crate `mutes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `mutes`, use `cargo add mutes` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mutes` in this scope
[INFO] [stdout]  --> src/logger.rs:6:50
[INFO] [stdout]   |
[INFO] [stdout] 6 | static LOG_FILE: mutex<Options<std::fs::File>> = mutes::new(None);
[INFO] [stdout]   |                                                  ^^^^^ use of unresolved module or unlinked crate `mutes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `mutes`, use `cargo add mutes` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected a pattern, found an expression
[INFO] [stdout]   --> src/logger.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a pattern
[INFO] [stdout]    |
[INFO] [stdout]    = note: arbitrary expressions are not allowed in patterns: <https://doc.rust-lang.org/book/ch19-00-patterns.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected a pattern, found an expression
[INFO] [stdout]   --> src/logger.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |     let mut lock - LOG_FILE.lock().unwrap();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a pattern
[INFO] [stdout]    |
[INFO] [stdout]    = note: arbitrary expressions are not allowed in patterns: <https://doc.rust-lang.org/book/ch19-00-patterns.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425, E0432, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0423, E0425, E0432, E0433, E0531, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0423`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `assignment` (bin "assignment" test) due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `assignment` (bin "assignment") due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf", kill_on_drop: false }`
[INFO] [stdout] be9bbe9650324148515cca94a4e137b0674f59415b5928c2eb8fe4c4140466cf
